home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / hlp_auth / smthlp / form1.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1995-01-26  |  2.5 KB  |  78 lines

  1. VERSION 2.00
  2. Begin Form Form1 
  3.    Caption         =   "Form1"
  4.    ClientHeight    =   3270
  5.    ClientLeft      =   1095
  6.    ClientTop       =   1485
  7.    ClientWidth     =   5445
  8.    Height          =   3675
  9.    Left            =   1035
  10.    LinkTopic       =   "Form1"
  11.    ScaleHeight     =   3270
  12.    ScaleWidth      =   5445
  13.    Top             =   1140
  14.    Width           =   5565
  15.    HelpContextID   =    5
  16.    Begin Label Label4 
  17.       Alignment       =   2  'Center
  18.       BackColor       =   &H0080FFFF&
  19.       Caption         =   "Just press <F1> for context help ..."
  20.       FontBold        =   -1  'True
  21.       FontItalic      =   0   'False
  22.       FontName        =   "MS Sans Serif"
  23.       FontSize        =   9.75
  24.       FontStrikethru  =   0   'False
  25.       FontUnderline   =   0   'False
  26.       Height          =   255
  27.       Left            =   180
  28.       TabIndex        =   3
  29.       Top             =   2910
  30.       Width           =   5055
  31.    End
  32.    Begin Label Label3 
  33.       AutoSize        =   -1  'True
  34.       Caption         =   "Try it !!!"
  35.       Height          =   195
  36.       Left            =   3150
  37.       TabIndex        =   2
  38.       Top             =   2010
  39.       Width           =   690
  40.    End
  41.    Begin Label Label2 
  42.       Caption         =   "The HelpContextID property of this form will be set automatically, if you load 'DEMO.DOC' into Word f. Windows 6 and if you specify 'DEMO.MAK' as Visual Basic project file."
  43.       FontBold        =   0   'False
  44.       FontItalic      =   0   'False
  45.       FontName        =   "MS Sans Serif"
  46.       FontSize        =   9.75
  47.       FontStrikethru  =   0   'False
  48.       FontUnderline   =   0   'False
  49.       Height          =   1095
  50.       Index           =   0
  51.       Left            =   450
  52.       TabIndex        =   1
  53.       Top             =   690
  54.       Width           =   4605
  55.    End
  56.    Begin Label Label1 
  57.       Alignment       =   2  'Center
  58.       BackColor       =   &H00C0C0C0&
  59.       Caption         =   "SmartHelP Demo"
  60.       FontBold        =   -1  'True
  61.       FontItalic      =   0   'False
  62.       FontName        =   "MS Sans Serif"
  63.       FontSize        =   13.5
  64.       FontStrikethru  =   0   'False
  65.       FontUnderline   =   0   'False
  66.       Height          =   375
  67.       Left            =   90
  68.       TabIndex        =   0
  69.       Top             =   180
  70.       Width           =   5235
  71.    End
  72. Option Explicit
  73. Sub Form_Load ()
  74.     Stop
  75.   ' !!! Please correct the path in the following line !!!
  76.     app.HelpFile = "D:\VB\SMTHELP\DEMO.HLP"
  77. End Sub
  78.